home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / _j / _help < prev    next >
Text File  |  1991-10-25  |  3KB  |  108 lines

  1. Copyright (c) 1990 1991, Iverson Software Inc.  All rights reserved.
  2.  
  3. Please also read the documents in directory !J.Docs.
  4.  
  5. J for the Archimedes.
  6.  
  7. The !J application is an implementation of J for the Archimedes.
  8. Double-click on the !J icon to start J. An icon will appear on the icon bar,
  9. and a J Session window will appear on the desktop, ready for input.
  10.  
  11. J Session window menu
  12. ---------------------
  13.  
  14. Info      About this program.
  15.  
  16. Record    Drag the icon to a filer window to begin recording the session.
  17.           If ticked, click to end recording.
  18.  
  19. Save      Save WS or session
  20.  WS        Drag the icon to a filer window to save the current J workspace.
  21.  Session   Drag the icon to a filer window to save the contents of the
  22.            J Session window.
  23.  
  24. Select    This submenu works just like !Edit's.
  25.  Save      Drag the icon to a filer window or to another application to save
  26.            the current selection.
  27.  Copy
  28.  Move
  29.  Delete
  30.  Clear
  31.  
  32. Wrap      Click to toggle line-wrap.
  33.  
  34. Quit      Quit J. WARNING: all unsaved work will be lost.
  35.  
  36. Closing this window does not end the session. The window may be re-opened by
  37. clicking on the J icon on the icon bar.
  38.  
  39. J Session window
  40. ----------------
  41.  
  42. To enter a J sentence, type a line at the end of the session window followed
  43. by Return.
  44.  
  45. To recall an earlier line, move the cursor to it by clicking the mouse or
  46. using the cursor keys, and press enter once. The line will be copied
  47. at the end of the session and can be edited. Alternatively, the first edit
  48. character entered on an earlier line will cause the edited line to be copied
  49. to the end of the session.
  50.  
  51. Cursor control and editing keys, and mouse control, are similar to those for
  52. !Edit.
  53.  
  54. Selection facilities (copy, move, delete, clear) are provided.
  55.  
  56. Drop a Text file containing a J script from the filer or from another
  57. application (eg !Edit) on the J Session window to read the script. Multiple
  58. files can be selected and dropped.
  59.  
  60. Drop a Data file containing a J workspace icon on the J Session window to
  61. load the workspace.
  62.  
  63. J Icon menu
  64. -----------
  65.  
  66. Info         About this program.
  67.  
  68. Restore      Restores the J Session window.
  69.  
  70. New session  Start a new J session.
  71.  
  72. Quit         Quit J. WARNING: all unsaved work will be lost.
  73.  
  74. J Icon
  75. ------
  76.  
  77. Drop a Text file containing a J script from the filer or from another
  78. application (eg !Edit) on the J Icon to start a new J Session and read the
  79. script. Multiple files can be selected and dropped to start multiple
  80. sessions, if there is enough memory.
  81.  
  82. Drop a Data file containing a J workspace icon on the J Icon to start a new
  83. J session and load the workspace.
  84.  
  85. !J.Profile
  86. ----------
  87.  
  88. If a Text script file called Profile exists in the !J application directory,
  89. it will be read in when J starts.
  90.  
  91. J command
  92. ---------
  93.  
  94. J may be started from a command line.
  95.  
  96. J [-v]
  97.  Start a vanilla J session using the full screen. No session manager is
  98.  loaded and standard BBC text editing must be used.
  99.  
  100. J -d[nnn] [-s<script>] [-w<workspace>]
  101.  Start a desktop J session.
  102.   -dnnn         Set the session buffer size to nnn bytes (default 16384).
  103.   -s<script>    Read the given Text script file instead of !J.Profile.
  104.   -w<workspace> Load the given Data workspace file insead of !J.Profile.
  105.  
  106. Paul Chapman
  107. 1991 10 25
  108.